projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3330a9c
)
(gud-pdb-command-name): Change default to "pydb".
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 26 Apr 2004 11:12:27 +0000
(11:12 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 26 Apr 2004 11:12:27 +0000
(11:12 +0000)
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index 4627f2ac63988937e38dc2e354c92f60538b24f0..bdf8c93f900dcc61acdc28cc78a5b89b6aa804a7 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-1401,7
+1401,7
@@
and source-file directory for your debugger."
output))
-(defcustom gud-pdb-command-name "pdb"
+(defcustom gud-pdb-command-name "p
y
db"
"File name for executing the Python debugger.
This should be an executable on your path, or an absolute file name."
:type 'string